home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: Parent Power / The Sunday Times - Parent Power.iso / pc / engine / engine.swf / scripts / DefineSprite_308 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-11-03  |  401 b   |  13 lines

  1. cancel_btn.onRelease = function()
  2. {
  3.    var _loc1_ = this;
  4.    trace("this._parent._parent._parent: " + _loc1_._parent._parent._parent);
  5.    _loc1_._parent._parent._parent.enableFooter();
  6.    _loc1_._parent._parent._parent.header.footer_mc.exit_btn.gotoAndStop("off");
  7.    _loc1_._parent._parent.gotoAndStop("init");
  8. };
  9. okay_btn.onRelease = function()
  10. {
  11.    this._parent._parent.nextFrame();
  12. };
  13.